home *** CD-ROM | disk | FTP | other *** search
/ Mobiclic 75 / MOBICLIC 75.ISO / pc / DATA / TOUTEDIT / TOUT_MATOS.cst / 00005_Script_BOUCLE_ECHEC1 < prev    next >
Text File  |  2005-06-15  |  364b  |  12 lines

  1. global gL_localEtape--[n0 d'Θtape en cours, nbre d'echec de branchement α l'Θtape suivante]
  2. -------------------
  3. on exitFrame me
  4.   if sound(3).status = 0 then
  5.     if gL_localEtape[2] < 3 then
  6.        sauteLabel("ATTENTE_"&gimme2digits(gL_localEtape[1]-1))
  7.     else
  8.       --
  9.     end if
  10.   end if
  11. end
  12. ---------------------------------------------------------